home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / FREENET / SKELTON / SMTPD / SMTP / users < prev   
Text File  |  1995-06-20  |  780b  |  26 lines

  1. # SMTP Mail-Daemon config file version 2!
  2.  
  3. # lines should take the form <user>    <"real name">    <mailbox path>
  4. # or alternatively         <user>    alias        <user>
  5. # any line starting with a '#' is ignored (like these ones)
  6. # you only need to put the <realname> in quotes if it has spaces in it:
  7. # eg ant ant <MailBox$Dir>.AntTray would be ok, and so would
  8. # ant "Ant Skelton" <MailOut$Dir>.AntTray. However,
  9. # ant Ant Skelton <MailOut$Dir>.AntTray will just confuse smtpd, so don't do it.
  10.  
  11. ### These are our users ###
  12.  
  13. root        "Mail admin"        <MailOut$Dir>.RootIn
  14. ant        "Ant Skelton"        <MailOut$Dir>.Intray
  15. dnwalker    "David N Walker"    <MailOut$Dir>.DvdIn
  16.  
  17. ### And these are some aliases ###
  18.  
  19. askelton        alias ant
  20. postmaster    alias root
  21. dave        alias dnwalker
  22. david        alias dave
  23. dnw        alias david
  24.  
  25.  
  26.